home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1256 / ansi85.inf < prev    next >
INI File  |  1997-04-18  |  1KB  |  69 lines

  1. ; COBOL parser settings for ANSI 85 COBOL
  2.  
  3. ; a list of possible exceptions for statements
  4. [Exceptions]
  5. Ex1=ON OVERFLOW,OVERFLOW
  6. Ex2=ON EXCEPTION,EXCEPTION
  7. Ex3=ON ESCAPE,ESCAPE
  8. Ex4=NO DATA
  9. Ex5=ON SIZE ERROR,SIZE ERROR
  10. Ex6=AT END,END
  11. Ex7=INVALID KEY,INVALID
  12. Ex8=AT END-OF-PAGE,END-OF-PAGE
  13. Ex9=AT EOP,EOP
  14. Ex10=WITH DATA,DATA
  15.  
  16. ; a list of statements that should be recognized
  17. [Statements]
  18. CallException=1,2
  19. SearchException=6
  20.  
  21. Stmt1=ACCEPT
  22. Stmt2=ADD,5,*
  23. Stmt3=CANCEL
  24. Stmt4=CLOSE
  25. Stmt5=COMPUTE,5,*
  26. Stmt6=CONTINUE
  27. Stmt7=DELETE,7,*
  28. Stmt8=DISPLAY
  29. Stmt9=DIVIDE,5,*
  30. Stmt10=GENERATE
  31. Stmt11=GO
  32. Stmt12=INITIALIZE
  33. Stmt13=INITIATE
  34. Stmt14=INSPECT
  35. Stmt15=MERGE
  36. Stmt16=MOVE
  37. Stmt17=MULTIPLY,5,*
  38. Stmt18=OPEN
  39. Stmt19=PURGE
  40. Stmt20=READ,6,7,*
  41. Stmt21=RECEIVE,4,10,*
  42. Stmt22=RELEASE
  43. Stmt23=RETURN,6,*
  44. Stmt24=REWRITE,7,*
  45. Stmt25=SEND
  46. Stmt26=SET
  47. Stmt27=SORT
  48. Stmt28=START,7,*
  49. Stmt29=STOP
  50. Stmt30=STRING,1,*
  51. Stmt31=SUBTRACT,5,*
  52. Stmt32=SUPPRESS
  53. Stmt33=TERMINATE
  54. Stmt34=UNSTRING,1,*
  55. Stmt35=USE
  56. Stmt36=WRITE,7,8,9,*
  57.  
  58. ; these keywords should not be recognized as statements
  59. [NoKeywords]
  60. NK1=OTHERWISE
  61. NK2=EJECT
  62. NK3=SKIP1
  63. NK4=SKIP2
  64. NK5=SKIP3
  65. NK6=TITLE
  66.  
  67. [ParseOptions]
  68. AllowSentenceInAArea=1
  69.